projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e9d190
)
(FRAME_WINDOW_P): Always define it one way or another.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 16 Nov 1995 20:00:37 +0000
(20:00 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 16 Nov 1995 20:00:37 +0000
(20:00 +0000)
src/frame.h
patch
|
blob
|
history
diff --git
a/src/frame.h
b/src/frame.h
index e1183e9c515dba6e4070664c4fee7af71270acbb..cfb42dad720ad02c7a8cb4c221ab6e5436e5373e 100644
(file)
--- a/
src/frame.h
+++ b/
src/frame.h
@@
-313,6
+313,9
@@
typedef struct frame *FRAME_PTR;
#ifdef HAVE_NTGUI
#define FRAME_WINDOW_P(f) FRAME_WIN32_P (f)
#endif
+#ifndef FRAME_WINDOW_P
+#define FRAME_WINDOW_P(f) (0)
+#endif
#define FRAME_LIVE_P(f) ((f)->output_data.nothing != 0)
#define FRAME_TERMCAP_P(f) ((f)->output_method == output_termcap)